REFERENCE
REFERENCE is a function registration registration type. See REGISTER FUNCTION for more details on the syntax.
Referenced functions can be called by their reference number rather than their name. This can be useful for any sorts of jump tables.
ARGUMENTS:
* Reference Number = a free Interval Number (between 1 and 65535).
SYNTAX
REGISTER FUNCTION : {function name} : REFERENCE Reference Number
REGISTER FUNCTION : GOSUB {Label} : REFERENCE Reference Number
RELATED INFO
View Intervals, References and Callbacks Index
View STYX Index
View STYX Main File
